<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
* {
	list-style: none;
	outline: none;
	font-family: "微软雅黑", arial;
	border: none;
	color: #333;
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bg-f5 {
	background-color: #f5f5f5;
}

p img {
	width: 500px;
	margin: 0 auto;
}

@media (max-width: 530px) {
	p img {
		width: 100%;
	}
}

/*******************************************首页********************************************/
/***************** head*****************/
.header {
	position: absolute;
	top: 0;
	right: 0;
}

.index-head .logo-box {
	width: 100%;
	z-index: 999;
}

.logo-box {
	position: relative;
}

.logo {
	float: left;
}

.logo1 {
	display: block;
	width: 469px;
}

.logo2 {
	display: none;
}

.nav-box {
	float: right;
	width: calc(100% - 550px);
}

.nav-box li {
	float: left;
	width: calc(100% / 6);
	text-align: center;
}

.nav-box li a {
	display: block;
	padding: 0;
	width: 100%;
	height: 100px;
	font-size: 18px;
	line-height: 100px;
	position: relative;
}

.nav-box li:hover a,
.nav-box li.on-top a {
	background-color: #319652;
	color: #fff;
}

@media (max-width:1499px) {
	.nav-box {
		width: calc(100% - 520px);
	}

	.nav-box li a {
		font-size: 17px;
	}
}

@media (max-width: 1259px) {
	.logo1 {
		display: none;
	}

	.logo2 {
		display: block;
		padding-top: 8px;
		height: 70px;
	}

	.nav-box {
		width: calc(100% - 350px);
	}

	.nav-box li a {
		font-size: 16px;
		height: 90px;
		line-height: 90px;
	}
}

@media (max-width: 991px) {
	.nav-box {
		width: calc(100% - 350px);
	}

	.nav-box li a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.nav-box {
		display: none;
	}
}

/***************** banner*****************/
/*--- banner001 slider-css --*/
.slider {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks_tabs {
	position: absolute;
	bottom: 5%;
	z-index: 100;
	left: 50%;
	margin-left: -42px;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs li a {
	visibility: visible;
	font-size: 0;
	height: 12px;
	width: 12px;
	display: block;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	margin: 0 8px;
}

.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a {
	background: #319652;
}

.callbacks_tabs a {
	visibility: hidden;
}

.sub-banner img {
	display: block;
	width: 100%;
}

@media(max-width:640px) {
	.callbacks_tabs {
		margin-left: -27px;
		bottom: 10px;
	}

	.callbacks_tabs li a {
		height: 10px;
		width: 10px;
		margin: 0 4px;
	}
}

/********首页标题**************/
.index-tit {
	height: 189px;
	padding-left: 35px;
	margin-bottom: 20px;
}

.index-tit-cn {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 70px 0 15px;
}

.index-tit-en {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px
}

.index-tit01 .index-tit-cn,
.index-tit01 .index-tit-en {
	display: block;
	color: #319652;
}

.index-tit02 .index-tit-cn,
.index-tit02 .index-tit-en {
	display: block;
	color: #fff;
}

.index-tit01 {
	background: url(../images/index_tit_line01.png) no-repeat left bottom;
}

.index-tit02 {
	background: url(../images/index_tit_line02.png) no-repeat left bottom;
}

.index-tit03 {
	background: none;
	height: auto;
	margin-bottom: 50px;
}

@media (max-width:1259px) {
	.index-tit {
		height: 120px;
		margin-bottom: 15px;
	}

	.index-tit-cn {
		font-size: 34px;
		line-height: 34px;
		padding: 35px 0 15px;
	}

	.index-tit-en {
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 0;
	}
}

@media (max-width: 991px) {
	.index-tit {
		height: 100px;
	}

	.index-tit-cn {
		font-size: 30px;
		line-height: 30px;
		padding: 25px 0 15px;
	}
}

@media (max-width:600px) {
	.index-tit {
		height: 80px;
		margin-bottom: 15px
	}

	.index-tit-cn {
		font-size: 25px;
		line-height: 25px;
		padding: 20px 0 10px;
	}

	.index-tit-en {
		font-size: 12px;
		line-height: 12px;
	}
}

/***********index-more************/
.index-more {
	display: block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	padding-left: 25px;
	background: #319652;
	font-size: 17px;
	color: #fff;
}

.index-more img {
	padding-left: 10px;
	transition: all 0.4s ease 0s;
}

.index-more:hover img {
	padding-left: 20px;
}

@media (max-width:1259px) {
	.index-more {
		font-size: 16px;
	}
}

/***********计数************/
.index-count {
	padding: 30px 0;
}

.index-count-list li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 25px 0 30px;
	border-right: 2px solid #f4f4f4;
}

.index-count-list li:last-of-type {
	border-right: 0;
}

.index-count-num {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	font-weight: bold;
}

.index-count-num span {
	font-size: 40px;
	line-height: 40px;
	color: #319652;
	margin-right: 10px;
	vertical-align: text-top;
}

.index-count-des {
	font-size: 15px;
	line-height: 15px;
	margin-top: 15px;
	font-weight: bold;
}

@media (max-width:991px) {
	.index-count-list li {
		padding: 5px 0 15px;
	}

	.index-count-num {
		font-size: 13px;
		line-height: 32px;
	}

	.index-count-num span {
		font-size: 32px;
		line-height: 32px;
		margin-right: 5px;
	}

	.index-count-des {
		margin-top: 10px;
	}
}

@media (max-width:767px) {
	.index-count-list li {
		padding: 5px 0 15px;
	}

	.index-count-num {
		font-size: 12px;
		line-height: 22px;
	}

	.index-count-num span {
		font-size: 22px;
		line-height: 22px;
		margin-right: 0;
		display: block;
	}

	.index-count-des {
		font-size: 14px;
		line-height: 14px;
		margin-top: 2px;
	}
}

/****************关于**********************/
.index-about {
	background: #f5f5f5;
	overflow: hidden;
}

.index-about .container {
	position: relative;
}

.index-about-img {
	position: relative;
	left: -250px;
}

.index-about-box {
	position: absolute;
	right: 15px;
	top: 0;
	width: calc(100% - 420px);
}

.index-about-info {
	padding-left: 35px;
}

.index-about-info span {
	font-size: 16px;
	line-height: 28px;
}

.index-about .index-more {
	float: right;
	margin-top: 40px;
}

@media (max-width:1259px) {
	.index-about-info span {
		font-size: 15px;
		line-height: 28px;
	}

	.index-about .index-more {
		margin-top: 25px;
	}
}

@media (max-width:991px) {
	.index-about-box {
		width: calc(100% - 280px);
	}

	.index-about-img {
		left: -380px;
	}

	.index-about .index-more {
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.index-about-img {
		display: none;
	}

	.index-about-box {
		position: static;
		width: 100%;
		padding-bottom: 40px;
	}
}

@media (max-width:600px) {
	.index-about-info {
		padding-left: 0;
	}
}

/***************产品中心***********************/
.index-pro {
	padding-bottom: 60px;
	background: url(../images/index_pro_bg.jpg) no-repeat center;
	background-size: cover;
}

.index-pro-box {
	width: 1180px;
	margin: 0 auto;
}

.index-pro-nav {
	margin-bottom: 40px;
}

.index-pro-nav li {
	float: left;
	width: 20.5%;
	height: 44px;
	margin-right: 6%;
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.index-pro-nav li:last-of-type {
	margin-right: 0;
}

.index-pro-nav .active,
.index-pro-nav li:hover {
	background-color: #319652;
	border: 1px solid #319652;
	color: #fff;
}

.index-pro-nav li a {
	display: block;
	color: #fff;
}

.index-pro-list {
	display: none
}

.index-pro-list.active {
	display: block
}

.index-pro-list li {
	float: left;
	width: 20.5%;
	margin-right: 6%;
	border: 1px solid #fff;
	padding: 5px;
}

.index-pro-list li:last-of-type {
	margin-right: 0;
}

.index-pro-list li a,
.index-pro-list li img {
	display: block;
	width: 100%;
	position: relative;
}

.index-pro-list li span {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-pro-list li:hover {
	border: 1px solid #319652;
}

.index-pro .index-more {
	margin: 50px auto 0;
}

@media (max-width:1499px) {
	.index-pro-box {
		width: 1100px;
	}

	.index-pro-nav li,
	.index-pro-list li {
		width: 22%;
		margin-right: 4%;
	}
}

@media (max-width:1259px) {
	.index-pro {
		padding-bottom: 60px;
	}

	.index-pro-box {
		width: 880px;
	}

	.index-pro-nav li,
	.index-pro-list li {
		width: 23.5%;
		margin-right: 2%;
	}

	.index-pro-nav li {
		font-size: 16px;
		line-height: 34px;
		height: 36px;
	}

	.index-pro-list li {
		padding: 3px;
	}

	.index-pro-list li span {
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.index-pro-box {
		width: 90%;
		position: relative;
	}

	.index-pro-nav {
		float: left;
		width: 140px;
		margin-right: 60px;
		margin-bottom: 0;
	}

	.index-pro-nav li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.index-pro-item {
		float: left;
		width: calc(100% - 200px);
	}

	.index-pro-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.index-pro-list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.index-pro-list li:nth-of-type(3),
	.index-pro-list li:nth-of-type(4) {
		margin-bottom: 0;
	}

	.index-pro .index-more {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 140px;
		height: 36px;
		line-height: 34px;
	}
}

@media (max-width:767px) {
	.index-pro {
		padding-bottom: 40px;
	}
}

@media (max-width:700px) {
	.index-pro-nav {
		width: 100px;
		margin-right: 30px;
	}

	.index-pro-item {
		width: calc(100% - 130px);
	}

	.index-pro .index-more {
		width: 100px;
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.index-pro .index-more img {
		display: none;
	}
}

@media (max-width:600px) {
	.index-pro-box {
		width: 100%;
	}

	.index-pro-nav,
	.index-pro-item {
		float: none;
		width: 100%;
	}

	.index-pro-nav {
		margin-bottom: 20px;
		padding-left: 5%;
	}

	.index-pro-nav li {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, .8);
		font-size: 0;
		line-height: 0;
		margin-right: 10px;
	}

	.index-pro-nav .index-pro-more {
		width: 85px;
	}

	.index-pro-list li {
		width: 48%;
		margin-right: 4%;
	}

	.index-pro .index-more {
		left: auto;
		bottom: auto;
		right: 0;
		top: 0;
	}
}

@media (max-width:480px) {
	.index-pro-list li {
		padding: 2px;
	}
}

/****************新闻**********************/
.index-news {
	padding-bottom: 60px;
}

.index-news-list li {
	float: left;
	width: calc(100% / 3);
	padding: 0 1%;
}

.index-news-pic,
.index-news-pic img {
	display: block;
	width: 100%;
}

.index-news-tit,
.index-news-date,
.index-news-des {
	padding: 0 30px;
}

.index-news-tit {
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	margin: 20px 0 15px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news-date {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	overflow: hidden;
}

.index-news-date:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border: 1px solid #319652;
	left: -100%;
	bottom: 0;
	transition: all 0.4s ease 0s;
}

.index-news-des {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #666;
}

.index-news-list li:hover .index-news-date:before {
	left: 0;
}

@media (max-width:1259px) {

	.index-news-tit,
	.index-news-date,
	.index-news-des {
		padding: 0 20px;
	}

	.index-news-tit {
		font-size: 18px;
		line-height: 18px;
		height: 18;
		margin: 20px 0 15px;
	}

	.index-news-date {
		padding-bottom: 15px;
	}

	.index-news-des {
		font-size: 15px;
		line-height: 25px;
		height: 75px;
	}
}

@media (max-width:991px) {

	.index-news-tit,
	.index-news-date,
	.index-news-des {
		padding: 0 10px;
	}

	.index-news-tit {
		font-size: 16px;
		line-height: 16px;
		height: 16;
		margin: 15px 0 5px;
	}

	.index-news-date {
		padding-bottom: 15px;
	}

	.index-news-des {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.index-news {
		padding-bottom: 40px;
	}

	.index-news-list li {
		width: 50%;
	}

	.index-news-list li:last-of-type {
		display: none;
	}
}

@media (max-width:500px) {
	.index-news-list li {
		width: 100%;
	}

	.index-news-list li:first-of-type {
		margin-bottom: 30px;
	}
}

/****************联系**********************/
.index-green {
	padding-bottom: 60px;
	background: #319652 url(../images/bg_02.png) no-repeat center;
}

.index-feedback-box {
	padding: 0 35px;
}

.index-fed-left {
	float: left;
	width: 30%;
}

.index-fed-right {
	float: right;
	width: 60%;
}

.index-fed-left input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 15px;
}

.index-fed-right textarea {
	display: block;
	width: 100%;
	height: 170px;
	padding: 15px 20px;
	margin-bottom: 10px;
	font-size: 15px;
}

.index-fed-submit {
	display: block;
	width: 400px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	background-color: transparent;
	text-align: center;
	margin: 30px auto 0;
}

.index-fed-submit:hover {
	color: #319652;
	background-color: #fff;
}

.index-contact-tit,
.index-contact-des {
	padding-left: 35px;
}

.index-contact-tit {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}

.index-contact-des span {
	font-size: 16px;
	line-height: 26px;
	margin-right: 30px;
	color: #fff;
}

@media (max-width:1499px) {
	.index-contact-des span {
		margin-right: 50px;
	}
}

@media (max-width:1259px) {
	.index-contact-des span {
		margin-right: 45px;
	}
}

@media (max-width:991px) {
	.index-fed-left {
		width: 40%;
	}

	.index-fed-right {
		float: right;
		width: 55%;
	}

	.index-fed-left input {
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}

	.index-fed-right textarea {
		height: 140px;
		padding: 15px;
		font-size: 14px;
	}

	.index-fed-submit {
		width: 200px;
		height: 34px;
		font-size: 14px;
		line-height: 32px;
		margin: 20px auto 0;
	}

	.index-contact-tit {
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.index-contact-des span {
		display: inline-block;
		font-size: 15px;
		line-height: 24px;
		margin-right: 0;
		width: 32%;
	}
}

@media (max-width:767px) {
	.index-green {
		padding-bottom: 40px
	}

	.index-contact-des span {
		width: 48%
	}
}

@media (max-width:600px) {

	.index-fed-left,
	.index-fed-right {
		float: none;
		width: 100%;
	}

	.index-fed-submit {
		width: calc(100% - 70px);
		margin: 0 auto 20px;
	}

	.index-contact-des span {
		display: block;
		width: 100%;
	}
}

/****************foot**********************/
.index-foot {
	background: #242527;
	padding: 15px 0;
}

.index-foot-line1,
.index-foot-line2 {
	padding: 0 35px;
}

.index-foot-copy {
	float: left;
	color: #fff;
}

.index-foot-copy span {
	color: #fff;
	padding-left: 15px;
}

.index-foot-copy a {
	color: #fff;
}

.index-foot-tech {
	display: block;
	float: right;
	color: #fff;
	cursor: pointer;
}

.index-foot-tech a {
	color: #fff;
}

.index-foot-line2 {
	margin-top: 15px;
}

.index-foot-beian {
	float: right;
	color: #fff;
	width: 150px;
}

.index-foot-beian a {
	color: #fff;
}

.index-foot-link {
	float: left;
	width: calc(100% - 200px);
}

.index-foot-link span,
.index-foot-link a {
	color: #fff;
	margin-right: 10px;
}

.index-foot a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {

	.index-foot-copy,
	.index-foot-tech {
		float: none;
		width: 100%;
	}
}

@media(max-width:600px) {

	.index-foot-line1,
	.index-foot-line2 {
		padding: 0;
	}

	.index-foot-copy,
	.index-foot-tech {
		float: none;
		width: 100%;
		text-align: center;
	}
}

/*******************************************内页********************************************/
.main {
	padding: 50px 0;
}

@media(max-width:767px) {
	.main {
		padding: 30px 0;
	}
}

/**********内页标题***********/
.sub-tit {
	margin: 0 auto 30px;
}

.sub-tit-cn {
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #319652;
	text-align: center;
}

.sub-tit-en {
	display: block;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width:1499px) {
	.sub-tit {
		margin: 0 auto 40px;
	}
}

@media (max-width:1259px) {
	.sub-tit {
		margin: 0 auto 30px;
	}

	.sub-tit-cn {
		font-size: 34px;
		line-height: 34px;
	}

	.sub-tit-en {
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 0;
	}
}

@media (max-width: 991px) {
	.sub-tit {
		margin: 0 auto 25px;
	}

	.sub-tit-cn {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width:600px) {
	.sub-tit-cn {
		font-size: 25px;
		line-height: 25px;
	}

	.sub-tit-en {
		font-size: 12px;
		line-height: 12px;
	}
}

/**********产品列表 ***************/
.sub-pro-box {
	padding: 30px 10px;
	background-color: #fff;
	border-top: 6px solid #dfdfdf;
	position: relative;
	min-height: 650px;
}

.sub-pro-box:before {
	content: "";
	width: 180px;
	height: 6px;
	background-color: #319652;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -90px;
}

.sub-pro-border {
	border: 1px solid #e7e7e7;
	position: relative;
	padding: 10px;
}

.sub-pro-left {
	position: absolute;
	width: 250px;
	height: 100%;
	border-right: 1px solid #e7e7e7;
	top: 0;
	left: 0;
}

.sub-pro-left li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #319652;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border-left: 3px solid #319652;
}

.sub-pro-left li.active,
.sub-pro-left li:hover {
	background-color: #319652;
}

.sub-pro-left li.active a,
.sub-pro-left li:hover a {
	color: #fff;
}

.sub-pro-right {
	float: right;
	width: calc(100% - 300px);
}

.sub-pro-list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.sub-pro-list li:nth-of-type(4n) {
	margin-right: 0;
}

.sub-pro-img {
	border: 1px solid #319652;
	border-bottom: 0;
	padding: 2px;
}

.sub-pro-img img {
	display: block;
	width: 100%;
}

.sub-pro-tit {
	display: block;
	width: 100%;
	height: 42px;
	border: 1px solid #319652;
	font-size: 16px;
	line-height: 40px;
	padding: 0 2px;
	color: #319652;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub-pro-list li:hover .sub-pro-tit {
	background-color: #319652;
	color: #fff;
}

@media (max-width:1499px) {
	.sub-pro-right {
		width: calc(100% - 270px);
	}

	.sub-pro-tit {
		font-size: 15px;
	}
}

@media (max-width:1259px) {
	.sub-pro-left {
		width: 200px;
	}

	.sub-pro-left li {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.sub-pro-right {
		width: calc(100% - 210px);
	}

	.sub-pro-tit {
		font-size: 14px;
		font-weight: normal;
	}
}

@media (max-width:991px) {
	.sub-pro-border {
		border: 0;
		padding: 0 0 20px 0;
	}

	.sub-pro-left {
		position: static;
		width: 100%;
		margin: 20px 0 30px;
		border-right: 0;
	}

	.sub-pro-right {
		width: 100%;
	}

	.sub-pro-left li {
		display: inline-block;
		width: 120px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		margin-right: 20px;
		border-left: 0;
	}

}

@media (max-width:767px) {
	.sub-pro-left {
		margin: 20px 0 20px;
	}

	.sub-pro-list {
		margin-bottom: 10px;
	}

	.sub-pro-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.sub-pro-list li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (max-width:500px) {
	.sub-pro-box:before {
		content: "";
		width: 100px;
		height: 6px;
		margin-left: -50px;
	}

	.sub-pro-left li {
		width: 85px;
		margin-right: 2px;
	}

	.sub-pro-list li {
		margin-bottom: 20px;
	}

	.sub-pro-tit {
		font-size: 13px;
		height: 32px;
		line-height: 30px;
	}
}

/*********新闻列表 ***************/
.sub-news-list li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
}

.sub-news-list li:nth-of-type(2n) {
	margin-right: 0;
}

.sub-news-left {
	float: left;
	width: 44%;
}

.sub-news-left img {
	display: block;
	width: 100%;
}

.sub-news-right {
	float: right;
	width: 100%;
}

.sub-news-date {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.sub-news-d {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.sub-news-y {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.sub-news-tit {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub-news-des {
	font-size: 15px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #666;
}

.sub-news-more {
	display: block;
	float: right;
	width: 60px;
	height: 28px;
	border: 1px solid #666;
	background: url(../images/arrow02.png) no-repeat center;
	margin-top: 20px;
}

.sub-news-more:hover {
	background: #319652 url(../images/arrow01.png) no-repeat center;
	border: 1px solid #319652;
}

.sub-news-list li:hover .sub-news-tit {
	color: #319652;
}

@media (max-width:1499px) {
	.sub-news-date {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.sub-news-d {
		font-size: 16px;
		line-height: 16px;
	}

	.sub-news-y {
		font-size: 14px;
		line-height: 14px;
	}

	.sub-news-tit {
		font-size: 18px;
		line-height: 18px;
		height: 18px;
	}

	.sub-news-des {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
	}

	.sub-news-more {
		margin-top: 10px;
	}
}

@media (max-width:1259px) {
	.sub-news-list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.sub-news-left {
		width: 30%;
	}

	.sub-news-right {
		width: 66%;
	}
}

@media (max-width:991px) {
	.sub-news-left {
		width: 36%;
	}

	.sub-news-right {
		width: 60%;
	}
}

@media (max-width:767px) {
	.sub-news-list li {
		margin-bottom: 30px;
	}

	.sub-news-left {
		width: 46%;
	}

	.sub-news-right {
		width: 50%;
	}
}

@media (max-width:600px) {

	.sub-news-left,
	.sub-news-right {
		float: none;
		width: 100%;
	}

	.sub-news-left {
		margin-bottom: 20px;
	}

	.sub-news-des {
		height: auto;
	}
}

/*********联系我们 **************/
.sub-contact-list li {
	float: left;
	width: 32%;
	margin-top: 50px;
	padding-left: 80px;
}

.sub-contact-list li:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.sub-contact-li01 {
	background: url(../images/cont_icon01.png) no-repeat left center;
}

.sub-contact-li02 {
	background: url(../images/cont_icon02.png) no-repeat left center;
}

.sub-contact-li03 {
	background: url(../images/cont_icon03.png) no-repeat left center;
}

.sub-contact-li04 {
	background: url(../images/cont_icon04.png) no-repeat left center;
}

.sub-contact-li05 {
	background: url(../images/cont_icon05.png) no-repeat left center;
}

.sub-contact-li06 {
	background: url(../images/cont_icon06.png) no-repeat left center;
}

.sub-contact-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.sub-contact-des {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding-top: 10px;
	margin-top: 13px;
	border-top: 1px solid #ddd;
}

@media (max-width:991px) {
	.sub-contact-list li {
		background-size: 50px;
		padding-left: 60px;

	}

	.sub-contact-tit {
		font-size: 18px;
		line-height: 18px;
	}

	.sub-contact-des {
		font-size: 15px;
		line-height: 20px;
		padding-top: 8px;
		margin-top: 10px;
	}
}

@media (max-width:767px) {
	.sub-contact-list li {
		width: 49%
	}

	.sub-contact-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.sub-contact-list li:nth-of-type(2n) {
		margin-left: 2%;
	}
}

@media (max-width:500px) {
	.sub-contact-list li {
		width: 100%
	}

	.sub-contact-list li:nth-of-type(2n) {
		margin-left: 0;
	}
}

/*********客户反馈***************/
.sub-fed-left {
	float: left;
	width: 30%;
}

.sub-fed-right {
	float: right;
	width: 60%;
}

.sub-fed-left input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 15px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.sub-fed-right textarea {
	display: block;
	width: 100%;
	height: 170px;
	padding: 15px 20px;
	margin-bottom: 10px;
	font-size: 15px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.sub-fed-submit {
	display: block;
	width: 400px;
	height: 50px;
	border: 1px solid #319652;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	background-color: #319652;
	text-align: center;
	margin-top: 30px;
}

.sub-fed-submit:hover {
	color: #319652;
	background-color: #f6f6f6;
}

@media (max-width:991px) {
	.sub-fed-left {
		width: 40%;
	}

	.sub-fed-right {
		float: right;
		width: 55%;
	}

	.sub-fed-left input {
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}

	.sub-fed-right textarea {
		height: 140px;
		padding: 15px;
		font-size: 14px;
	}

	.sub-fed-submit {
		width: 200px;
		height: 34px;
		font-size: 14px;
		line-height: 32px;
		margin-top: 20px;
	}
}

@media (max-width:600px) {

	.sub-fed-left,
	.sub-fed-right {
		float: none;
		width: 100%;
	}

	.sub-fed-submit {
		width: 100%;
	}

}

/*********产品详情***************/
.sub-pro-box02 {
	border-top: 0;
}

.sub-pro-box.sub-pro-box02:before {
	display: none;
}

.inner-pro-info {
	padding: 30px 0;
}

.inner-pro-info,
.inner-pro-info p,
.inner-pro-info a {
	font-size: 15px;
	color: #666;
	line-height: 1.6
}

.inner-pro-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
}

@media (max-width:991px) {
	.inner-pro-tit {
		padding-top: 0;
	}

}

@media (max-width:560px) {

	.inner-pro-info,
	.inner-pro-info p,
	.inner-pro-info a {
		font-size: 14px;
	}
}

/*********新闻详情***************/
.inner-news-info {
	padding: 30px 0;
}

.inner-news-info,
.inner-news-info p,
.inner-news-info a {
	font-size: 15px;
	color: #666;
	line-height: 1.6
}

.inner-news-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.inner-news-date {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.inner-news-date span {
	margin: 0 15px;
	color: #666;
}

@media (max-width:560px) {

	.inner-news-info,
	.inner-news-info p,
	.inner-news-info a {
		font-size: 14px;
	}
}

/*******分页**********/
#pageDiv {
	clear: both;
	float: right;
	text-align: center;
	color: #333;
}

#pageDiv a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #999;
	color: #666;
	height: 28px;
	margin: 0 1px 10px 1px;
	padding: 0 6px;
	text-decoration: none;
}

#pageDiv a:hover,
#pageDiv a.current {
	background-color: #319652;
	border: 1px solid #319652;
	color: #fff;
}

@media (max-width: 991px) {
	#pageDiv {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	#pageDiv span,
	#pageDiv a {
		font-size: 12px;
	}
}

/*******上下页**********/
.in-prenext div span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-right: 10px;
}

.in-prenext div a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.in-prenext div a:hover {
	color: #319652;
}

.in-back {
	display: block;
	width: 130px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #319652 url(../images/back.png) no-repeat 8px center;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	top: 0;
}

.in-back:hover {
	top: -2px;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .5);
}

/******推荐新闻**********/
.in-news-tj {
	margin-top: 50px;
	margin-bottom: 50px;
}

.in-pro-tj {
	margin-bottom: 50px;
}

.tj-tit {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	background: url(../images/tit_bg01.png) no-repeat left bottom;
	font-size: 16px;
	line-height: 30px;
	color: #319652;
}

.in-tjnews-box,
.in-tjpro-box {
	padding: 25px 5px;
	background: url(../images/tit_bg02.png) no-repeat right bottom;
}

.in-tjnews-box li {
	width: 48%;
	height: 28px;
	overflow: hidden;
}

.in-tjnews-box li:nth-of-type(2n) {
	float: right;
}

.in-tjnews-box li:nth-of-type(2n+1) {
	float: left;
}

.in-tjnews-box li .tj-dot {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 11px;
	border-radius: 50%;
	background-color: #319652;
	margin-right: 10px;
}

.in-tjnews-box li div {
	float: left;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}

.in-tjnews-box li .tj-date {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}

.in-tjnews-box li:hover div,
.in-tjnews-box li:hover .tj-date {
	color: #319652;
}

@media (max-width: 1259px) {

	.in-tjnews-box,
	.in-tjpro-box {
		padding: 20px 5px;
	}

	.in-tjnews-box li .tj-date {
		display: none;
	}

	.in-tjnews-box li div {
		width: calc(100% - 20px);
	}
}

/*****推荐产品**********/
.in-tjpro-box li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.in-tjpro-box li:last-of-type {
	margin-right: 0;
}

.in-tjpro-box li img {
	width: 100%;
	border: 1px solid #999;
}

.in-tjpro-box li span {
	display: block;
	width: 100%;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

.in-tjpro-box li:hover img {
	border: 1px solid #319652;
	box-shadow: 0 0 8px rgba(12, 143, 215, .3);
}

.in-tjpro-box li:hover span {
	color: #319652;
}</pre></body></html>